home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / DISK / MMENU1.ARJ / MENUREAD.ME < prev   
Text File  |  1991-03-30  |  2KB  |  53 lines

  1.  
  2.  
  3.                                 Master Menu
  4.  
  5.                                Mike Stahlman
  6.                                 40 Oak knoll
  7.                            St. Peters, Mo. 63376
  8.  
  9.  
  10.  
  11.  
  12.         Master Menu is a simple menu program to simplify the task
  13.         of going in and out of programs that have more than one line
  14.         of commands.  In most cases to execute a program you must
  15.         change to the directory the program is in, execute the program,
  16.         and change back to the root directory.  This menu program lets
  17.         you do that and much more with the press of a key, and bring
  18.         you back when you are finished.  It also has a built in screen
  19.         blanker.  Plus nothing from Master Menu is memory resident. It
  20.         is a program that is started with a batch file and wrights a
  21.         batch file called MenuTemp.bat, created from your Menu.dat file.
  22.  
  23.  
  24.         Creating your Menu.dat File
  25.  
  26.         The commands are simple.  To build a menu file you follow these
  27.         simple steps.  Create a File called Menu.Dat or edit the
  28.         existing Menu.Dat file.
  29.  
  30.         Place a % sign at the beginning of a menu page.  This tells
  31.         Master Menu that you want a new page.  You can have up to 10
  32.         pages of menus.
  33.  
  34.         Place an * in front of a title you want to show up in the menu.
  35.         This tells Master Menu that this is a menu choice you want to
  36.         show up in the menu for you to select.  You can have 9 menu
  37.         choices per page.  If you have more you can't press a number key
  38.         to execute them, but you can arrow down to them and press enter.
  39.  
  40.         Place a + in fromt of any valid dos command you want executed.
  41.         this line will be written out to a batch file when you make a
  42.         selection.  You can execute up to 50 cammands for each choice.
  43.         
  44.         Place an ! in front of any dos batch file you would like to
  45.         execute and Master Menu will call this batch file as if it were
  46.         a dos command and return.
  47.  
  48.         Master Menu can be configured with the F2 key.  Press F2 to
  49.         change the colors of the screen and to change the time delay
  50.         of the screen blanker.
  51.  
  52.  
  53.